home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Unexplained
/
The Unexplained (FlagTower).ISO
/
title.inc
< prev
Wrap
Text File
|
1996-05-29
|
2KB
|
51 lines
rem *** Constants for disc
'$define IsRunAdvertOnStartUp
'$define IsUsingOnLineReg
const Dir_Group = ""
rem *** Constants specific to The Unexplained
'$define IsUnexplained
const Dir_UnexplainedRoot = "\Unx"
const INI_Unexplained = "unx.INI"
const DLL_Unexplained = "unx.DLL"
const Icon_Unexplained = "\unx.ico"
const Sect_UnexplainedBinary = "FlagTower Unexplained binaries"
const Sect_UnexplainedEngine = "FlagTower Unexplained AV Engine"
const Sect_UnexplainedAccusoftGold = "FlagTower Unexplained Accusoft Pro Gold"
const Sect_UnexplainedDatabase = "FlagTower Unexplained database"
const Sect_UnexplainedCDilla = "FlagTower C-Dilla Unexplained"
global Path_UnexplainedRoot as string
global Path_UnexplainedBinary as string
global Path_UnexplainedEngine as string
global Path_UnexplainedDatabase as string
rem *** Constants specific to First World War
'$define IsAdvert
const Dir_AdvertRoot = "\Advert"
const INI_Advert = "ADVERT.INI"
const DLL_Advert = "ADVERT.DLL"
const Icon_Advert = "1"
const Sect_AdvertBinary = "FlagTower Advert binaries"
const Sect_AdvertEngine = "FlagTower Advert AV Engine"
const Sect_AdvertAccusoftGold = "FlagTower Advert Accusoft Pro Gold"
const Sect_AdvertDatabase = "FlagTower Advert database"
const Sect_AdvertCDilla = "FlagTower C-Dilla Advert"
global Path_AdvertRoot as string
global Path_AdvertBinary as string
global Path_AdvertEngine as string
global Path_AdvertDatabase as string